crypto/internal/bigmod.Nat.set (method)

7 uses

	crypto/internal/bigmod (current package)
		nat.go#L96: func (x *Nat) set(y *Nat) *Nat {
		nat.go#L511: 	t := NewNat().set(x)
		nat.go#L526: 	t := NewNat().set(x)
		nat.go#L717: 	xR := NewNat().set(x).montgomeryRepresentation(m) // xR = x * R mod m
		nat.go#L737: 	table[0].set(x).montgomeryRepresentation(m)
		nat.go#L778: 	xR := NewNat().set(x).montgomeryRepresentation(m)
		nat.go#L779: 	out.set(xR)